Current Location: Home> Function Categories> fdiv

fdiv

Perform floating point division under IEEE 754 semantics
Similar Functions
  • Convert binary to decimal bindec

    bindec

    Convertbinarytodecim
  • Round the division result intdiv

    intdiv

    Roundthedivisionresu
  • Reverse cosine acos

    acos

    Reversecosine
  • Antihyperbolic tangent atanh

    atanh

    Antihyperbolictangen
  • Returns exp(number) - 1, and can calculate the exact result even when the value of number is close to zero. expm1

    expm1

    Returnsexp(number)-1
  • Calculate the oblique length of a straight triangle hypot

    hypot

    Calculatetheobliquel
  • Exponential expressions pow

    pow

    Exponentialexpressio
  • Returns log(1 + number), and can calculate the exact result even when the value of number is close to zero. log1p

    log1p

    Returnslog(1+number)
Popular Articles